Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetVisible

You can use the QTVRGetVisible function to get a movie's visibility state.

Boolean QTVRGetVisible (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A Boolean value that indicates whether the specified movie is visible ( true ) or not ( false ).

DESCRIPTION

The QTVRGetVisible function returns, as its function result, a Boolean value that indicates whether the QuickTime VR movie specified by the qtvr parameter is visible ( true ) or not ( false ).

SPECIAL CONSIDERATIONS

QTVRGetVisible is valid only for panoramic nodes.

SEE ALSO

Use QTVRSetVisible (next) to set the visibility state of a movie.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |